home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 098 (1990-12)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 098 (1990-12)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / XLisp-Stat / Examples / abrasiondemo.lsp next >
Text File  |  1990-10-11  |  319b  |  10 lines

  1. #+macintosh(require ":data:tutorial")
  2. #+(or unix amiga)(load-data "tutorial")
  3.  
  4. (scatterplot-matrix 
  5.  (list hardness tensile-strength abrasion-loss)
  6.  :variable-labels '("Hardness" "Tensile Strength" "Abrasion Loss"))
  7.  
  8. (spin-plot (list hardness tensile-strength abrasion-loss)
  9.            :variable-labels '("H" "T" "A"))
  10.